home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1391 / data.z / appfiltr.sys next >
Text File  |  1995-11-27  |  687b  |  33 lines

  1. ; Wintune 95 Application Filter File
  2. ; Determines processing for applications active while Wintune runs
  3. ; Format: <name>=Code
  4. ;    I    Ignore this app (do not list at all)
  5. ;    L    Ignore apps that begin with this string
  6. ;    B    Bad (CPU hog or other negative) app
  7. ;    K    Bad app is any that begin with this string
  8.  
  9. ; -- Wintune windows
  10. Wintune 95=I
  11. Testing - Do not disturb!=I
  12. Log=I
  13.  
  14. ; -- Bad apps
  15. America Online=B
  16.  
  17. ; -- Win 95 ignores
  18. WIN95 RPC Wmsg Window=I
  19. DDE Server Window=I
  20. OleMainThreadWndName=I
  21. File Open Message Window=I
  22. Battery Meter=I
  23. OleRpcNotify=L
  24. Program Manager=I
  25.  
  26. ; -- Win NT ignores
  27. NetDDE Agent=I
  28. OLEChannelWnd=I
  29. Hidden Console=L
  30. WOWExec=I
  31. Task List=I
  32.  
  33.